@charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#666;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#f60110;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:70px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#NeuesBauenDemo') format('svg');
}
.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}

/* 主导航 */
.header{position:fixed; background: #fff;width:100%;z-index:99;left:0;top:0;height:90px;line-height:90px;font-size:1.125em;padding:0 80px;}
.headTie{color:#f60110;padding:18px 0 0 20px;line-height:1.5;}
.headTie span{display: block;}
.nav {margin-right:260px;width:48%;height:90px;display:flex;justify-content:space-between;}
.nav .m{float:left;text-align:center;}
.nav .m>a{color:#000;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position: absolute;left:0;bottom:20px;width:100%;height:2px;background:#f60110;transition:transform .3s;z-index:1;transform: scale(0,1);transform-origin:right;}
.nav .cur>a,.nav .m>a:hover{color:#f60110;}
.nav .cur>a::after,.nav .m>a:hover::after{transform: scale(1);transform-origin:left;}
.nav .sub{line-height:26px;position:absolute;z-index:90;top:100%;left:0;display:none;padding:30px 28%;width:100%;z-index:2;font-size:.875em;overflow:hidden;}
.nav .sub::after{content:"";position: absolute;left:-50%;width:200%;height:100%;background:#F5F5F5;top:0;z-index:-1;border-bottom: 1px solid #ddd;}
.nav .sub .list{width:45%;padding-right:5%;border-right: 1px solid #ddd;min-height:260px;}
.nav .sub .list li{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.nav .sub .list a{display: block; font-size:.950em;position:relative;padding:8px 10px 8px 15px;transition:color .2s ease-in-out;text-align:left;color:#333;background:url('../images/ly_li.png') no-repeat left;margin-left:2%;}
.nav .sub .list a:hover{color:#f60110;}
.nav .sub .list a:before{position:absolute;bottom:1px;left:0;display:block;width:0;height:1px;content:'';-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out;background:#f60110;}
.nav .sub .list a:hover:before{width:100%;}
.nav .sub .pic{width:55%;overflow:hidden;text-align:left;color:#333;font-size:14px;padding-left:5%;}
.nav .sub .pic .bgImg{max-width:420px;height:260px;margin-bottom:15px;}
.nav .sub .pic p{max-width:400px;font-size:14px; line-height:22px;}
.nav .sub .pic p{max-width:400px;font-size:14px; line-height:22px;}
.nav .m1 .sub{padding-right:15%;}
.nav .m1 .sub li{float:left;width:48%;}
.nav .m1 .sub li:nth-child(2n){float:right;}
.nav .m1 .sub .list{width:50%;}
.nav .m1 .sub .pic{width:45%;}
.headTel{position: absolute;right:80px;color:#f60110;font-size:1.333em;padding-left:20px;background: url('../images/tel.png') no-repeat left center;}
.header:hover,.headFix{ background: #fff;} 






/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#f60110;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{font-family:"iconfont";position: absolute;color:#f60110;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.wapLang{position: absolute;right:96px;top:12px;display:none;}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #fff;}
.banner .swiper-pagination-bullet-active::after{background:#fff;opacity:1;}

/*  搜索 */
.search{height:60px;line-height:60px;font-size:.875rem;background:#f4f4f4;overflow:hidden;}
.searFont{width:64%;overflow:hidden;}
.searFont strong{color:#191919;font-weight:normal;border-left: 2px solid #f60110;padding-left:15px;font-size:1.143em;}
.searMain{width:22%;height:36px;padding-right:50px;margin-top:12px;}
.searMain .sear_text{float:left;width:100%;height:36px;line-height:36px;padding:0 15px;background:#fff;}
.searMain .sear_btn{float:right;width:50px;height:36px;cursor:pointer;background:#f60110 url('../images/sBtn.png') no-repeat center;transition:all 0.3s;margin-right:-50px;}
.searMain .sear_btn:hover{background-color:#060676;}

/* 产品 */
.product{font-size:1em;overflow:hidden;background: url('../images/pro_bg.jpg') no-repeat center;background-size:cover;background-attachment:fixed;}
.proL{width:22%;}
.proL .title{background:#f60312;color:#fff;font-size:40px;font-weight:700;padding:25px 8%;;}
.proL .title span{font-size:14px;display:block;letter-spacing:2px;font-weight:400;}
.proL .menu{border:1px solid #e4e4e4;border-top:none;background:#f6f6f6;}
.proL li a{display:block;height:71px;line-height:71px;padding:0 5% 0 14%;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;border-top:1px solid #fff;font-size:1.125em;font-weight:700;background: url('../images/ly_li.png') no-repeat 10% center;}
.proL li a:hover{color:#fff;background:#f60312 url('../images/ly_liw.png') no-repeat 10% center;}
.proL .sub{background:#fff;font-size:.889em;max-height:350px;overflow-y:auto;}
.proL .sub>li{padding:20px 0;border-bottom: 1px solid #e5e5e5;}
.proL .sub>li>a{color:#f6000f;}
.proL .sub li a{border:none;display:inline-block;background:none;height:30px;line-height:30px;}
.proL .sub ul a{font-weight:400;font-size:1em;}
.proL .sub li a:hover{color:#f6000f;background:none;}
.proR{width:76%;overflow:hidden;margin-right:-20px;}
.proR li{float:left;width:33.3%;padding-right:20px;margin-bottom:20px;}
.proR li a{display:block;border:1px solid #dcdcdc;background:#fff;}
.proR li .pImg{padding-top:68%;}
.proR li p{height:50px;line-height:36px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;}
.proR li a:hover img,.proR li.big:hover .bgImg{transform: scale(1.1);}
.proR li a:hover {box-shadow:2px 2px 10px #ccc;}

/* 优势 */
.hTitle{font-size:1rem;color:#999;margin-bottom:30px;padding-bottom:20px;background: url('../images/line.png') no-repeat left bottom;}
.hTitle span{display:block;font-size:2.875em;color:#333;}
.hTitle b{color:#f60312;}
.odds{background:#f1f1f1 url('../images/odds_bg.jpg') no-repeat left top;padding:0;position:relative;font-size:1em;overflow: hidden;}
.odds .hTitle{position: absolute;top:60px;left:9%;z-index:3;}
.oddsMain li{position:relative;overflow:hidden;text-align: left;}
.oddsMain li .pic{display: block;float:right;height:620px;width:53%;overflow:hidden;}
.oddsMain li .bgImg,.caseMain .bgImg,.aboutR .bgImg{animation:scale 50s infinite;height:100%;} 
.oddsMain li .info{float:left;width:47%;height:620px;padding-top:210px;padding-left:9%;padding-right:3%;}
.oddsMain li h4{font-size:1.625em;color:#191919;position:relative;margin-bottom:15px;}
.oddsMain li .txt{height:130;overflow:hidden;line-height:1.8;}
.oddsMain li p{background: url('../images/odds_li.jpg') no-repeat left 10px;padding-left:20px;margin-bottom:10px;}
.oddsMenu{position: absolute;bottom:60px;left:9%;z-index:3; font-size:1.25em;text-align:center;color:#fff;width:47.5%;background:#da000e;}
.oddsMenu li{float:left;position: relative;z-index:2;cursor:pointer;width:20%;padding-top:25px;height:125px;}
.oddsMenu li:nth-child(2n){background:#f6000f;}
.oddsMenu li i{display:block;font-family:"iconfont";font-style:normal;font-size:2em;margin-bottom:10px;line-height:1;}
.oddsMenu li.on{background:#403f3f;color:#fff;}
.oddsMain .btn{display:none;position: static;margin-top:20px;width:50px;height:28px;line-height:28px;background:#333;color:#fff;}
@keyframes scale{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 应用案例 */
.case{font-size:0.938em;overflow:hidden;position:relative;}
.case::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:650px; background:url('../images/case_bg.jpg') no-repeat center;}
.hTitle2{background-position:center bottom;text-align:center;}
.caseMenu{display:flex;max-width:1040px;margin:0 auto;font-size:1.467em;margin-bottom:40px;justify-content: space-between;}
.caseMenu a{position:relative;color:#191919;}
.caseMenu a::after{content:"";position: absolute;left:0;bottom:-10px;width:100%;height:2px;background:#f6000f;transform: scale(0,1);transform-origin: right;transition: transform .5s;}
.caseMenu .on,.caseMain .txt h4 a:hover{color:#f6000f;}
.caseMenu .on::after{transform: scale(1);transform-origin:left;}
.caseMain{padding-top:70px;overflow:hidden;}
.caseMain .pic{float:left;width:50%;height:510px;display: block;overflow:hidden;} 
.caseMain .txt{float:left;width:50%;background:#fff;height:510px;padding:3% 6%;}
.caseMain .txt h4{font-size:2.4em;margin-bottom:20px;}
.caseMain .txt h4 a{color:#333;}
.caseMain .txt p{line-height:1.6;height:120px;overflow:hidden;margin-bottom:15px;}
.caseMain .list{margin-right:-30px;}
.caseMain .list li{float: left;width:50%;padding-right:30px;}
.caseMain .list li .pImg{padding-top:64%;}
.caseMain .list li p{text-align:center;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-top:10px;height:auto;margin-bottom:0;}
.caseMain .list li:hover img{transform: scale(1.1);}

/* 关于 */
.about{background:#f9f9f9;font-size:0.938em;padding-bottom:10px;position: relative;z-index:2;}
.about::after{content:"";position: absolute;left:0;bottom:0;background:#fff;width:100%;height:90px;z-index:-1;}
.aboutL{width:47%;}
.aboutL .txt{height:260px;margin-bottom:15px;line-height:1.8;overflow:hidden;} 
.aboutL .more{display:inline-block;width:134px;height:38px;line-height:38px;border:1px solid #c2c2c2;text-align:center;color:#f6000f;}
.aboutL .more:hover{background:#f6000f;color:#fff;border-color:#cf000c;}
.aboutL .menu{margin-top:35px;display: flex;justify-content: space-between;font-size:1.2em;font-weight:700;padding-right:8%;}
.aboutL .menu a{color:#333;}
.aboutL .menu i{font-family:"iconfont";font-style:normal;margin-right:10px;font-weight:400;font-size:2rem;line-height:1.2;position: relative;top:3px;}
.aboutL .menu a:hover{color:#f6000f;}
.aboutR{width:48%;height:530px;overflow:hidden;position:relative;}
.aboutR .bgImg{height:530px;}
.aboutR .btn{display:inline-block;width:32px;height:32px;background:#474747;color:#fff;line-height:32px;text-align:center;font-family:"simsun";left:0;bottom:0;top:auto;}
.aboutR .swiper-button-next {left:32px;} 
.aboutR .btn:hover{background:#f6000f;}
.aboutNum{background:#fff;box-shadow:0 3px 10px #eee;padding:30px 5%;margin-top:50px;overflow:hidden;font-size:1.067em;display: flex;justify-content: space-between;}
.aboutNum li{float:left;}
.aboutNum li span{display: block;color:#f6000f;font-size:4.688em;font-family:Arial;line-height:1;letter-spacing:-2px;position: relative;}
.aboutNum li span::after{content:"+";position: absolute;font-size:18px;margin-left:5px;}

/* 合作伙伴 */
.partner ul{padding-left:1px;padding-top:1px;}
.partner li{float:left;border:1px solid #e5e5e5;margin-left:-1px;margin-top:-1px;width:16.6%;position:relative;animation-fill-mode:inherit;transition:all .5s;}
.partner li p{position: absolute;top:50%;text-align:center;width:100%;transform: translateY(-50%);padding:0 5px;opacity:0;margin-top:20px;transition:all .5s;color:#fff;}
.partner li .pImg{padding-top:50%;background:#000;}
.partner li:hover img{opacity:.4;transform: scale(1.1);}
.partner li:hover p{opacity:1;margin-top:0;}


/* 新闻快讯 */
.news{background:#f9f9f9;}
.news .hTitle{text-align:center;background:none;margin-bottom:20px;padding-bottom:0;}
.homeMenu{text-align:center;margin-bottom:40px;font-size:1.429em;position: relative;}
.homeMenu a{margin:0 30px;color:#333;position:relative;display:inline-block;height:36px;}
.homeMenu a::after{content:"";position: absolute;left:0;bottom:0;width:100%;background:#f6000f;height:2px;transform: scale(0,1);transform-origin: right;transition:transform .4s;}
.homeMenu .on{color:#f6000f;}
.homeMenu .on::after{transform: scale(1);transform-origin:left;}

.newsL{width:57.5%;overflow:hidden;}
.newsL li{float:left;width:48.5%;padding-bottom:15px;position: relative;border-bottom: 1px solid #e5e5e5;height:465px;}
.newsL li:after,.newsR li::after{content: "";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background: #f6000f;transition: transform .6s;transform: scale(0,1);transform-origin: right;}
.newsL li .pic{display:block;height:295px;overflow: hidden;}
.newsL li h4{font-size:1.143em;margin-top:25px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsL li .date{display: block;margin:8px 0 15px 0;opacity:.6;}
.newsL li h4 a{color: #191919;}
.newsL li h4 a:hover{color: #f6000f;}
.newsL li:nth-child(2){float:right;}
.newsL li:hover .bgImg{transform: scale(1.08);} 
.newsL li:hover::after,.newsR li:hover::after,.newsMenu .on::after{transform: scale(1);transform-origin: left;}
.newsL li .more{margin-left:15px;}
.newsL li .more i{font-style:normal;margin-left:10px;}
.newsR,.newsR2{width:38%;overflow:hidden;position:relative;}
.newsR li{color:#888;border-bottom: 1px solid #e5e5e5;margin-bottom:20px;position: relative;}
.newsR li a{display:block;height:100px;padding-left:80px;color:#666;transition:all .6s;}
.newsR li .date{font-size: .75rem;color: #999;font-family: Arial;line-height: 1.2;margin-left:-80px;transition: all .3s;}
.newsR li .date b{font-size: 3.667em;color: #333;display: block;font-weight:normal;font-weight:700;margin-bottom:5px;}
.newsR li h4{font-size:1.143em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:10px;color:#333;}
.newsR li a:hover{padding-left:0;}
.newsR li a:hover h4{color: #f6000f;}


.newsR2 li{line-height:39px; white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsR2 li span{float:right;color:#999;font-size:12px;margin-left:20px;}
.newsR2 li a:hover{padding-left:10px;background-position: 10px center;color:#ff0000;}



/*底部 */
.footer{background:#ededed;font-size:.813em;color:#3a3a3a;line-height:2;overflow:hidden;border-top: 5px solid #ad0007;background-size:cover;} 
.footMain{padding:40px 0;overflow:hidden;}
.footMenu{width:74%;overflow:hidden;}
.footMenu ul{float:left;width:16%;overflow:hidden;}
.footMenu ul h4{color:#3a3a3a;font-size:1.286em;margin-bottom:15px;position:relative;font-weight:700;}
.footMenu .menu2 {width:35%;}
.footMenu .menu2 li:nth-child(1){width:100%;}
.footMenu .menu2 li{float:left;width:48%;}

.footMenu_wap{display:none;overflow:hidden;text-align:center;}
.footWx{text-align:center;line-height:1.6;width:180px;}
.footWx img{background:#fff;padding:5px;}
.footWx span{display:block;text-align:center;margin-top:8px;font-size:14px;color:#3a3a3a;}
.footer a{color:#3a3a3a;opacity:.8;}
.footer a:hover{opacity:1;text-decoration: underline;}
.copyright{padding:18px 0 30px 0;border-top: 1px solid #c8c8c8;}
.firendlink{margin-top:5px;overflow:hidden;}
.firendlink a{margin:0 8px;}


/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:500px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:50%;font-size:2.2rem;text-transform:uppercase;width:100%;font-weight:100;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%); }
.listBanner h3 span{display: block;font-size:20px;font-weight: 400;opacity: 0.8;}
.breadCrumb{font-size:.875rem;overflow:hidden;background:#f7f7f7;padding:20px 0;}
.breadCrumb p span,.menuBox p span{position:relative;padding-left:20px;}
.breadCrumb span::after,.menuBox p span::after{content:"\e646";position:absolute;left:0;font-family:"iconfont";top:0;} 
.breadCrumb .back{float:right;position:relative;color:#f60110;border:1px solid #f60110;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#f60110;color:#fff;}
.listBox{min-height:300px;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#eee;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../images/sBtn.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left;}
.proSear .btn:hover{background-color:#111;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.menuBox{background:#f7f7f7;height:60px;line-height:60px;position:relative;font-size:14px;}
.menuBox::after{content:"";position: absolute;left:-50%;top:0;width:200%;background:#f7f7f7;height:100%;z-index:-1;}
.menuBox p span::after{line-height:1;top:2px;}
.listMenu{font-size:1.143rem;}
.listMenu a{display:inline-block;position:relative;color:#191919;margin-left:50px;}
.listMenu a:hover,.listMenu .cur{color:#f60110;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#f60110;width:0;height:2px;transition:all .5s;}
.listMenu .cur::after,.listMenu a:hover::after{width:100%;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#f60110;border:1px solid #f60110;color:#fff;}

/* 产品列表 */
.proWrap{padding-top:0;overflow: visible;}
.proWrap::after{content:"";position: absolute;top:0;left:0;width:200%;margin-left:-50%;background:#f7f7f7;height:70px;line-height:70px;z-index:-1;}
.proSider{width:22%;font-size:1.143em;float:left;}
.proSider .title{background:#f60110;padding:30px;color:#fff;font-size:2.25em;text-transform: uppercase;}
.proSider .title span{display:block;font-family:Arial;font-size:0.556em;}
.proSider .title i{float:right;color:#f60110;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;}
.proSider .title i::after{content:"\e655";position:absolute;right:0;top:0;font-family:"iconfont";font-size:1.143rem;}
.proSide_sub{border:1px solid #e4e4e4;border-top:none;background:#f6f6f6;margin-bottom:25px;}
.proSide_sub li a{display:block;height:71px;line-height:71px;padding:0 6%;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;border-top:1px solid #fff;font-size:1.125em;font-weight:700;}
.proSide_sub li i{font-family:"iconfont";margin-right:5px;font-style:normal;font-size:1.286em;position: relative;top:3px;}
.proSide_sub li a:hover,.proSide_sub li .cur{color:#fff;background:#f60312;}
.proSide_sub .sub{background:#fff;font-size:.889em;}
.proSide_sub .sub>li{padding:20px 0;border-bottom: 1px solid #e5e5e5;padding-left:8%;}
.proSide_sub .sub>li>a{color:#f6000f;}
.proSide_sub .sub li a{border:none;display:inline-block;background:none;height:30px;line-height:30px;}
.proSide_sub .sub ul a{font-weight:400;font-size:1em;}
.proSide_sub .sub li a:hover,.proSide_sub .sub li .cur{color:#f6000f;background:none;}

.relaCase{background:#f2f2f2;padding:20px 8%;}
.relaCase .tie{height:45px;border-bottom: 1px solid #d7d7d7;font-size:1.25em;color:#333;margin-bottom:20px;}
.relaCase li .pImg{padding-top:78%;}
.relaCase li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relaCase li i,.proList li i{float:right;font-style:normal;margin-left:15px;}
.relaCase li:hover img{transform: scale(1.1);}

.listR{width:75%;}
.pro_bread{font-size:.875rem;height:70px;line-height:70px;overflow:hidden;margin-bottom:40px;}
.pro_bread strong{font-size:1.786em;font-weight:normal;color:#333;}
.pro_bread p{position:relative;padding-left:25px;}
.pro_bread p::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.proList {margin-right:-30px;}
.proList li{float:left;width:33.3%;margin-bottom:20px;padding-right:30px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:68%;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.proList li .pImg:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#f60110;transition:all 0.3s;transform:perspective(400px) rotateX(-90deg);-moz-transform:perspective(400px) rotateX(-90deg);-webkit-transform:perspective(400px) rotateX(-90deg);-o-transform:perspective(400px) rotateX(-90deg);transform-origin:top;z-index:2;opacity:.7;}
.proList li .pImg:after{content:"";position:absolute;width:58px;height:58px;background: url('../images/pMore.png') no-repeat;left:50%;top:50%;margin-left:-27px;opacity:0;transition:all 0.3s;z-index:3;}
.proList li p{height:50PX;line-height:50PX;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;font-size:1.143em;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#f60110;}
.proList li:hover .pImg:before{transform:perspective(200px) rotateX(0);}
.proList li:hover .pImg:after{transition-delay:.1s;margin-top:-27px;opacity:1;}
.searchList li{width:25%;}

/*  产品详情 */
.proShow_box1{overflow:hidden;margin:40px 0;border:1px solid #ddd;}
.proShowTop{overflow:hidden;margin-bottom:50px;}
.gallery{width:50%;position:relative;border-right:solid 1px #ddd;padding-bottom:0;overflow:hidden;background:#fff;}
.gallery li{height:480px;line-height:480px;}
.gallery img{width:100%;}
.proShow_R{width:75%;}
.proShow_font{width:50%;overflow:hidden;line-height:1.8;padding:3% 4%;}
.proShow_font .title{margin-bottom:20px;color:#333;}
.proShow_font .title span{display:block;font-size:1.778em;color:#f60110; font-weight:bold;}
.proShow_font .font{height:210px;line-height:2;margin-bottom:20px;border-bottom: 1px solid #ddd;padding-bottom:20px;overflow: hidden;}
.proShow_font .tel{border-bottom: 1px solid #ddd;padding:20px;margin:20px 0;border-top: 1px solid #ddd;font-size:1.5em;color:#191919;background: url('../images/zxIcon.png') no-repeat left center;padding-left:40px;}
.proShow_font .tel p{ font-size: 14px; line-height: 20px;}
.proShow_font li{float: left;width:25%;border-right: 1px dotted #ddd;text-align:center;font-size:1.143em;}
.proShow_font li i{display:inline-block;width:37px;height:37px;background: url('../images/show_Icon.png') no-repeat;}
.proShow_font li:nth-child(2) i{background-position: -37px 0;}
.proShow_font li:nth-child(3) i{background-position: -74px 0;}
.proShow_font li:nth-child(4) i{background-position: -111px 0;}
.proShow_font li span{display: block;}
.proShow_font .btn{margin-top:30px;overflow:hidden;}
.proShow_font .btn a{width:46%;height:50px;line-height:50px;float:left;text-align:center;border:1px solid #ddd;color:#333;margin-bottom:10px;}
.proShow_font .btn a:nth-child(2){float:right;}
.proShow_font .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_font .btn a:hover{background:#f60110;color:#fff;}
.proShow_menu{margin-bottom:10px;text-align:center;overflow: hidden;}
.proShow_menu a{width:150px;height:40px;line-height:40px;border:1px solid #dcdcdc;display:inline-block;margin:0 10px;color:#333;border-radius:20px;}
.proShow_menu .on,.proShow_menu a:hover{background:#f60110;border:1px solid #f60110;color:#fff;}
.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}
.proTie{height:50px;line-height:50px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;margin-top:30px;}
.proTie span{display:inline-block;border-bottom:1px solid #f60110;;color:#f60110;height:50px; font-size:20px; font-weight:bold;}
.proShow_con3{width:100%;}

/* 应用案例 */
.caseIndex li{background:#f8f8f8;overflow:hidden;margin-bottom:20px; line-height:26px;}
.caseIndex li .pic{width:50%;overflow:hidden;display:block;height:430px;}
.caseIndex li .txt{width:50%;padding:4%;position:relative;}
.caseIndex li h4{font-size: 2.143em;font-weight:normal;position:relative;padding-bottom:15px;margin-bottom:30px;}
.caseIndex li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#f60110;width:15px;transition:all 0.4s; }
.caseIndex li h4 a{color:#333;}
.caseIndex li .txt .info{min-height:130px;}
.caseIndex li .more{text-align:center;display:inline-block;font-size:12px;font-family:Arial;margin-top:25px;width:160px;border:none;height:46px;line-height:46px;color:#fff;background:#f60110;}
.caseIndex li .more:hover{width:220px;color:#fff;border:none;}
.caseIndex li:nth-child(2n) .txt{float:left;} 
.caseIndex li:nth-child(2n) .pic{float:right;}
.caseIndex li:hover .bgImg{transform: scale(1.05);}
.caseIndex li h4 a:hover{color:#f60110;}

/* 应用案例详情 */
.caseShow{width:60%;overflow:hidden;position:relative;}
.caseShow li{height:520px;}
.caseShow .btn{width:35px;height:35px;border-radius:100%;background:#fff;text-align:center;color:#333;line-height:35px;font-family:"宋体";font-weight:bold;font-size:20px;transition:all .3s;}
.caseShow .btn:hover{background:#f60110;color:#fff;}
.caseFont{width:40%;height:520px;background:#f5f5f5;overflow: hidden;padding:4% 5%;}
.caseFont .title{font-size:2em;color:#f60110;margin-bottom:30px;padding-bottom:15px;position: relative;}

.caseCon{background:#f5f5f5;overflow: hidden;}
.caseCon .tie,.relativeS .tie{font-size:2em;color:#333;margin-bottom:30px;}
.relativeS ul{margin-right:-30px;}
.relativeS li{float:left;width:25%;padding-right:30px;text-align:center;}
.relativeS li p{height:60px;line-height:60px;background:#fff;}
.relativeS li .pImg{padding-top:60%;}
.relativeS li a:hover img{transform: scale(1.1);}

/* 售后服务 */
.serviceMain{margin-top:60px;padding-left:340px;position:relative;}
.serviceImg{height:240px;}
.serviceMain .tie{float:left;margin-left:-340px;font-size:1.714em;color:#333;}
.serviceMain::after{content:"";position:absolute;left:250px;height:100%;width:1px;background:#ccc;top:0;}
.serviceMain li{padding-left:35px;margin-bottom:50px;line-height:1.8;}
.serviceMain li h5{margin-bottom:20px;color:#191919;font-size:1.571em;}
.serviceMain li h5 em{float:left;margin-left:-35px;background:#f60110;width:24px;height:24px;border-radius:100%;color:#fff;font-style:normal;font-size:14px;text-align:center;line-height:24px;font-family:Arial;margin-top:6px;}
.serviceMain li:last-child{margin-bottom:0;}

/* 常见问题 */
.faq{background:#f6f6f6;}
.faqList li{float:left;width:50%;padding-right:10px;margin-bottom:10px;font-size:12px;}
.faqList li:nth-child(2n){float:right;}
.faqList li a{display:block;background:#fff;padding:4% 5%;color:#999;height:135px;}
.faqList li h4,.faqList li p{padding-left:35px;}
.faqList li i{font-style:normal;width:24px;height:24px;background:#f60110;color:#fff;font-size:12px;text-align:center;line-height:24px;margin-left:-35px;float:left;}
.faqList li p i{background:none;border:1px solid #ccc;color:#999;}
.faqList li h4{font-size:16px;color:#191919;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.faqList li a:hover h4{color:#f60110;}
.faqList li a:hover{box-shadow:0 0 10px #ccc;}
.faqList2 li a{border:1px solid #ddd;}

/* 下载中心 */
.downL{background: url('../images/case_bg.jpg') no-repeat;background-size:cover;height:550px;width:22.5%;color:#fff;padding:4%;}
.downL .listTie{color:#fff;text-align:left;}
.downL .listTie::after{display:none;}
.downL h4{margin-top:150px;}
.downL .tel span{display:block;color:#fff;font-size:1.857em;font-family:Arial;margin-bottom:20px;}
.downL .tel{color:#aeaeae;}
.downL h5.tel  span{font-size:1.429em;}
.downR{width:75%;}
.downList li{background:#ededed;margin-bottom:10px;}
.downList li a{display:block;padding:3% 4%;color:#191919;}
.downList li span{float:right;color:#666;position:relative;padding-left:30px;margin-left:25px;}
.downList li span::after{content:"\e624";position:absolute;font-family:"iconfont";left:0;font-size:1.286rem;top:-4px;}
.downList li a:hover{background:#f60110;color:#fff;}
.downList li a:hover span{color:#fff;}

/* 关于我们 */
.listTie{font-size:2.625em;text-align:center;color:#191919;position:relative;padding-bottom:15px;margin-bottom:40px;line-height:1.2;}
.listTie strong{font-weight:400;}
.listTie span{display: block;font-size:14px;margin-top:8px;}
.listTie::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#f60110;margin-left:-10px;}
.hTitlew,.hTitlew span{color:#fff;}
.aboutBox1 .tie{font-size:2.571em;color:#f60110;margin-bottom:30px;line-height:1;}
.aboutBox1 .left{width:50%;line-height:1.8;position: relative;}
.aboutBox1 .font{overflow-y:auto;height:440px;font-size:1.071em;}
.aboutBox1 .right{width:46%;height:510px;overflow:hidden;display:block;}
.album{padding-top:50px;overflow:hidden;}
.album .pImg{padding-top:70%;}
.album li{float: left;width:25%;}
.album li p{position: absolute;left:0;width:100%;text-align:center;background: rgba(0, 0, 0, .7);color:#fff;padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;bottom:-50px;height:50px;line-height:50px;transition:all .5s;}
.album li:hover p{bottom:0;}
.album li:hover img{transform: scale(1.1);}
.culture{background:url('../images/cultureBg.jpg') no-repeat center;background-size:cover;}
.culture .hTitle{font-size:14px;max-width:30%;}
.culture .hTitle,.culture .hTitle span{color:#fff;}
.culture .hTitle{background:none;}
.culture ul{width:66%;margin-right:-20px;font-size:1.143em;}
.culture li{float:left;width:33.3%;padding-right:20px;position:relative;height:380px;}
.culture li .txt{position:absolute;left:0;padding:20px;bottom:0;color:#fff;right:20px;min-height:120px;}
.culture li h4{font-size:1.5em;margin-bottom:15px;}
.honor{padding-bottom:60px;text-align: center;overflow:visible;position:relative;}
.honorSlide{overflow:hidden;border-top: 5px solid #f60110;}
.honorSlide li{width:25%;text-align:center;float:left;background: #fff;}
.honorSlide li a{display:block;overflow:hidden;border:1px solid #ebebeb;}
.honorSlide li .pic{height:370px;line-height:370px;display:block;padding:15px;}
.honorSlide li img{transition:all .5s;max-height:100%;}
.honorSlide li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;line-height:35px;padding:10px;padding-top:0;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#f60110;}
.honorSlide .btn{width:40px;height:40px;background:#f60110;text-align:center;line-height:40px;color:#fff;font-family:"Arial";left:-60px;top:60%}
.honorSlide .btn:hover{background: #f60110;}
.honorSlide .swiper-button-next{right:-60px;left:auto;}
.setting{background:#f5f5f5;}
.setting ul{position:relative;margin-right:-10px;overflow:hidden;}
.setting li{float:left;width:25%;padding-right:10px;margin-bottom:10px;}
.setting li:nth-child(2){width:50%;}
.setting li:last-child{position:absolute;left:0;bottom:0;}
.setting li .pImg{padding-top:65%;;}
.setting li p{background: rgba(0, 0, 0, .6);padding: 0 5%;position: absolute;left:0;bottom: -50px;color: #fff;width: 100%;height: 50px;line-height: 50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .4s;}
.setting li:hover img{transform: scale(1.1);}
.setting li:hover p,.settingSlide li p{bottom:0;}
.partner2{background:none;}

/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:75%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:130%;}
.honorList li{width:20%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#f60110;}
.galy{background:#f5f5f5;}
.caseList li .pImg{padding-top:70%;}
.caseList li p{text-align: left;}
.caseList li i{float:right;font-style:normal;}


/* 合作伙伴 */
.settingTop{background: #e3e3e3;margin-bottom: 45px;overflow: hidden;}
.settingTop .bgImg{width:50%; height:400px;}
.settingTop .font{width:50%;padding:4% 5%;position: relative;z-index:2;height:400px;background: #f6f6f6;}
.settingTop .font h3{font-size:1.857em;color:#f60110;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#f60110;}
.settingTop:hover .bgImg{transform: scale(1.05);}
.partnerList{padding-left:1px;padding-top:1px;}
.partnerList li{float:left;width:14.28%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;overflow:hidden;}
.partnerList li .pImg{padding-top:50%;}
.partnerList li p{background:#f60110;color:#fff;height:32px;line-height:32px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:-32px;width:100%;font-size:12px;transition:all .5s;}
.partnerList li:hover{z-index:2;border:1px solid #f60110;}
.partnerList li:hover img{margin-top:-15px;}
.partnerList li:hover p{bottom:0;}

/* 新闻列表 */
.newsSlide{overflow:hidden;position:relative;text-align: center;margin-bottom:50px;padding-bottom:0;}
.newsSlide li{text-align: left;background:#e3e3e3;overflow: hidden;}
.newsSlide li .pic{width:45.5%;height:530px;overflow: hidden;display:block;}
.newsSlide li .txt{width:54.5%;padding:6%;}
.newsSlide li h4{font-size: 1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position:relative;padding-bottom:20px;margin-bottom:30px;font-weight:700;}
.newsSlide li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#d70c00;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #d70c00;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#d70c00; height: 80px;line-height: 80px;width:54.5%;z-index:2;left:auto;padding-left:6%;text-align: left;}
.newsSlide .swiper-pagination-bullet{width:10px;height:10px;cursor: pointer;background:#fff;}
.newsSlide .swiper-button-next, .newsSlide .swiper-button-prev{background:rgba(0,0,0,.8);width:80px;height:36px;opacity:1;font-size:20px;font-family:"宋体";font-weight:bold;line-height:36px;text-align:center;color:#fff;position: static;margin-top: 20px;display: none;}
.newsList li{border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;transition: all .3s;overflow: hidden;}
.newsList li .pic{float: left;width:360px;height:225px;margin-right:60px;overflow: hidden;}
.newsList li img{transition: all .5s;width:100%;height:100%;}
.newsList li h3{font-size: 1.571em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:12px;}
.newsList li h3 a{color:#333;}
.newsList li p{min-height:70px;}
.newsList li .date{display: block;color:#999;margin-bottom:25px;font-size:12px;}
.newsList li .date i{font-style: normal;margin-left:8px;}
.newsList li .more{display: inline-block;width:120px;height:38px;line-height:38px;text-align: center;margin-top:25px;border: 1px solid #ccc;}
.newsList li .more:hover{background: #f60110;border: 1px solid #f60110;color:#fff;}
.newsList li:hover{box-shadow: 6px 6px 6px #eee;}
.newsList li:hover img{transform: scale(1.1);}

/* 常见问题 */
.faqList li{float:left;width:50%;padding-right:10px;margin-bottom:10px;font-size:12px;}
.faqList li:nth-child(2n){float:right;}
.faqList li a{display:block;background:#fff;padding:4% 5%;color:#999;height:135px;border:1px solid #ddd;}
.faqList li h4,.faqList li p{padding-left:35px;}
.faqList li i{font-style:normal;width:24px;height:24px;background:#f60110;color:#fff;font-size:12px;text-align:center;line-height:24px;margin-left:-35px;float:left;}
.faqList li p i{background:none;border:1px solid #ccc;color:#999;}
.faqList li h4{font-size:16px;color:#191919;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.faqList li a:hover h4{color:#f60110;}
.faqList li a:hover{box-shadow:0 0 10px #ccc;}
.faqList2 li a{border:1px solid #ddd;}
.cMore{display:block;width:200px;height:42px;line-height:42px;border:1px solid #3e3e3e;background:#3e3e3e;color:#fff;border-radius:21px;text-align:center;margin:0 auto;margin-top:40px;}
.cMore:hover{background:#f60110;border:1px solid #f60110;color:#fff;width:260px;}

/* 新闻详情 */
.picShow_l,.newsList {width:68.5%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{overflow:hidden;margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;}
.showTie .txt .s:before{content:"\e735";font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('../images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('../images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}

.picShow_r{width:27%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #f60110;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;border:1px solid #ddd;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#f60110;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.rightNews_w li h4{font-size:18px;padding-top:10px;}
.showPage{height:90px;line-height:90px;overflow:hidden;background:#f1f1f1;}
.showPage a{float:left;width:43%;padding:0 20px;}
.showPage a i{font-style:normal;font-family:"宋体";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(1) i{padding:0 10px 0 0;margin:0 10px 0 0; border-right: 1px dotted #ccc;border-left:none;}
.showPage a:nth-child(3){width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#f60110;color:#fff;}
.rightNews,.rightContact{background:#f2f2f2;padding:5%;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('../images/zxIcon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}

/* 视频 */
.videoList ul{margin-right:-40px;overflow: hidden;}
.videoList li{float:left;width:25%;padding-right:40px;margin-bottom:20px;}
.videoList li a{display: block;overflow: hidden;}
.videoList li .pImg{padding-top:78%;}
.videoList li p{height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .3s;padding-top:20px;}
.videoList li .pImg::after{content:"";position:absolute;left:0;top:0;background:#000;opacity:.5;width:100%;height:100%;transition:all .5s;z-index:4;}
.videoList li .pImg::before{content:"";position:absolute;left:50%;top:50%;width:56px;height:56px;background: url('../images/vIcon.png') no-repeat;margin-left:-28px;margin-top:-28px;z-index:5;transition:all .5s;}
.videoList li:hover img{transform: scale(1.06);}
.videoShow{width:100%;height:600px;}


/* 联系*/
#dituContent{height:480px;}
.contactBox .listTie{text-align:left;}
.contactBox .listTie::after{left:0;margin-left:0;}
.contactR{position: absolute;width:50%;padding:3%;line-height:2;top:40px;right:60px;bottom:140px;background: rgba(255, 255, 255,.9);box-shadow:2px 2px 10px #ccc;z-index:2;max-width:600px;}
.contactR .titie{font-size:2em;color:#f60110;margin-bottom:20px;}
.contactR .font{max-height:460px;overflow-y: auto;}
.contactR .wx{float:right;margin-right:-200px;width:160px;}
.contactR .wx p{text-align:center;margin-bottom:20px;}
.contactR .wx p span{display:block;}
.contactBox2{border-top: 1px solid #ddd;}
.contactBox2 .tie{margin-bottom:40px;color:#191919;font-size:2.5em;}
.contactBox2 ul{padding-left:1px;}
.contactBox2 li{float:left; width:33.3%;padding:2%;border:1px solid #d9d9d9;margin-top:-1px;min-height:220px;margin-left:-1px;}
.contactBox2 li span{display: block;color:#333;font-size:1.429em;margin-bottom:10px;}

/* 在线留言*/
.feedback{background:#f5f5f5;}
.feedbackL{width:24%;height:380px;float:left;}
.feedbackR{width:72.5%;float:right;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;padding:0 15px 0 60px;margin-bottom: 10px;position: relative;border: 1px solid #ccc;background:#fff;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;}
.feedback .tarea{width: 100%;height: 160px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback i{content: "";font-family: "iconfont";color: #a0a0a0;font-style: normal;float: left;margin-left: -30px;font-size: 1rem;}
.feedback textarea{width: 100%;height: 100%;}
.feedback .code{clear: both;}
.feedback .code input{height: 60px;line-height: 60px;border: 1px solid #ddd;background:#fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:19px;background:#fff;}
.feedback .code .sub {background: #f60110;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #f60110;}
.feedback .sub:hover{background:#880203;}